home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
iconalb
/
startfor.frm
< prev
next >
Wrap
Text File
|
1999-10-17
|
6KB
|
184 lines
VERSION 4.00
Begin VB.Form StartForm
BackColor = &H00008080&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 5490
ClientLeft = 1140
ClientTop = 1515
ClientWidth = 7650
FillColor = &H00008060&
Height = 5895
Left = 1080
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 366
ScaleMode = 3 'Pixel
ScaleWidth = 510
ShowInTaskbar = 0 'False
Top = 1170
Width = 7770
Begin VB.Shape Shape1
BorderColor = &H00000080&
BorderWidth = 5
Height = 5415
Left = 0
Top = 30
Width = 7590
End
Begin VB.Label Label5
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "stephan.swertvaegher@planetinternet.be"
ForeColor = &H00FFFF80&
Height = 285
Left = 1980
TabIndex = 4
Top = 3600
Width = 3615
End
Begin VB.Label Label4
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Let's Rock !"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 27.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 555
Left = 2040
TabIndex = 3
Top = 4365
Width = 3705
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "by Stephan Swertvaegher"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C0C0&
Height = 420
Left = 1980
TabIndex = 2
Top = 2115
Width = 3660
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Programmed October 1999"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C0C0&
Height = 420
Left = 1845
TabIndex = 1
Top = 1800
Width = 3930
End
Begin VB.Image Image2
Height = 3900
Left = 135
Picture = "StartForm.frx":0000
Top = 765
Width = 1710
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = " Icon-Album Deluxe VB4/32 Standard Edition"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFC0FF&
Height = 870
Left = 1485
TabIndex = 0
Top = 585
Width = 4650
End
Begin VB.Image Image1
Height = 3900
Left = 5805
Picture = "StartForm.frx":20D7
Top = 765
Width = 1710
End
End
Attribute VB_Name = "StartForm"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Private Sub Form_Load()
Call ColBar(StartForm, 10, 20, 128, 0, 0, 255, 0, 128)
Call ColBar(StartForm, 336, 20, 128, 0, 0, 255, 0, 128)
StartForm.Move (Screen.Width - StartForm.Width) / 2, (Screen.Height - StartForm.Height) / 2
Label4.ForeColor = RGB(64, 64, 20)
IconBook.Show
IconBook.Enabled = False
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = RGB(64, 64, 20)
End Sub
Private Sub Image1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = RGB(64, 64, 20)
End Sub
Private Sub Image2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = RGB(64, 64, 20)
End Sub
Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = RGB(64, 64, 20)
End Sub
Private Sub Label2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = RGB(64, 64, 20)
End Sub
Private Sub Label3_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = RGB(64, 64, 20)
End Sub
Private Sub Label4_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
StartForm.Hide
IconBook.Show
IconBook.Enabled = True
End Sub
Private Sub Label4_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = &HAACC&
End Sub